home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / tsw / tsw.exe / {app} / TSWWebCoder.exe / 0 / RCDATA / TUDVIDETSR / TUDVIDETSR.txt < prev   
Text File  |  2003-09-12  |  27KB  |  664 lines

  1. object UdvidetSR: TUdvidetSR
  2.   Left = 448
  3.   Top = 108
  4.   Width = 455
  5.   Height = 481
  6.   ActiveControl = edtFind
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Udvidet S'#248'g & Erstat'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnKeyPress = FormKeyPress
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 447
  30.     Height = 408
  31.     Align = alClient
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'Verdana'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     object SearchPanel: TPanel
  40.       Left = 1
  41.       Top = 1
  42.       Width = 445
  43.       Height = 82
  44.       Align = alTop
  45.       BevelOuter = bvNone
  46.       Caption = 'SearchPanel'
  47.       TabOrder = 0
  48.       object Label3: TLabel
  49.         Left = 8
  50.         Top = 8
  51.         Width = 53
  52.         Height = 13
  53.         Hint = 'Skriv et ord eller en s'#230'tning der skal s'#248'ges efter.'
  54.         Caption = 'S'#248'g efter'
  55.         Font.Charset = ANSI_CHARSET
  56.         Font.Color = clBlack
  57.         Font.Height = -11
  58.         Font.Name = 'Verdana'
  59.         Font.Style = []
  60.         ParentFont = False
  61.       end
  62.       object edtFind: TFlatMemo
  63.         Left = 8
  64.         Top = 24
  65.         Width = 328
  66.         Height = 57
  67.         Hint = 'Skriv et ord eller en s'#230'tning der skal s'#248'ges efter.'
  68.         ColorBorder = clBlack
  69.         ColorFlat = clWhite
  70.         TabOrder = 0
  71.       end
  72.     end
  73.     object ReplacePanel: TPanel
  74.       Left = 1
  75.       Top = 83
  76.       Width = 445
  77.       Height = 80
  78.       Align = alTop
  79.       BevelOuter = bvNone
  80.       Caption = 'ReplacePanel'
  81.       TabOrder = 1
  82.       object Label11: TLabel
  83.         Left = 8
  84.         Top = 3
  85.         Width = 62
  86.         Height = 13
  87.         Hint = 'Skriv et ord eller en s'#230'tning der skal erstattes med.'
  88.         Caption = 'Erstat med'
  89.         Font.Charset = ANSI_CHARSET
  90.         Font.Color = clBlack
  91.         Font.Height = -11
  92.         Font.Name = 'Verdana'
  93.         Font.Style = []
  94.         ParentFont = False
  95.       end
  96.       object edtReplace: TFlatMemo
  97.         Left = 8
  98.         Top = 18
  99.         Width = 328
  100.         Height = 57
  101.         Hint = 'Skriv et ord eller en s'#230'tning der skal erstattes med.'
  102.         ColorBorder = clBlack
  103.         ColorFlat = clWhite
  104.         TabOrder = 0
  105.       end
  106.     end
  107.     object Panel2: TPanel
  108.       Left = 1
  109.       Top = 163
  110.       Width = 445
  111.       Height = 244
  112.       Align = alClient
  113.       BevelOuter = bvNone
  114.       TabOrder = 2
  115.       object Bevel1: TBevel
  116.         Left = 8
  117.         Top = 32
  118.         Width = 425
  119.         Height = 2
  120.       end
  121.       object cbDontIgnoreCase: TFlatCheckBox
  122.         Left = 8
  123.         Top = 4
  124.         Width = 225
  125.         Height = 17
  126.         Hint = 
  127.           'V'#230'lg om der skal skelnes mellem store og sm'#229' bogstaver i s'#248'gning' +
  128.           'en.'
  129.         Transparent = True
  130.         Caption = 'Forskel p'#229' sm'#229' og store bogstaver'
  131.         Color = clWhite
  132.         ColorFocused = 14733503
  133.         ColorDown = clWhite
  134.         ColorBorder = clBlack
  135.         Font.Charset = ANSI_CHARSET
  136.         Font.Color = clBlack
  137.         Font.Height = -11
  138.         Font.Name = 'Verdana'
  139.         Font.Style = []
  140.         ParentColor = False
  141.         ParentFont = False
  142.         TabOrder = 0
  143.         TabStop = True
  144.       end
  145.       object cbMakeBackup: TFlatCheckBox
  146.         Left = 232
  147.         Top = 4
  148.         Width = 200
  149.         Height = 17
  150.         Transparent = True
  151.         Caption = 'Lav backup (filnavn.~type)'
  152.         Color = clWhite
  153.         ColorFocused = 14733503
  154.         ColorDown = clWhite
  155.         ColorBorder = clBlack
  156.         Font.Charset = ANSI_CHARSET
  157.         Font.Color = clBlack
  158.         Font.Height = -11
  159.         Font.Name = 'Verdana'
  160.         Font.Style = []
  161.         ParentColor = False
  162.         ParentFont = False
  163.         TabOrder = 1
  164.         TabStop = True
  165.         Visible = False
  166.       end
  167.       object rbOpenFiles: TFlatRadioButton
  168.         Left = 16
  169.         Top = 40
  170.         Width = 321
  171.         Height = 17
  172.         Hint = 'S'#248'ger i WebCoders '#229'bne filer.'
  173.         Transparent = True
  174.         Caption = 'S'#248'g i WebCoders '#229'bne filer'
  175.         Checked = True
  176.         Color = clWhite
  177.         ColorFocused = 14733503
  178.         ColorDown = clWhite
  179.         ColorBorder = clBlack
  180.         ParentColor = False
  181.         TabOrder = 2
  182.         TabStop = True
  183.         OnClick = rbOpenFilesClick
  184.       end
  185.       object rbUdvalgteFiler: TFlatRadioButton
  186.         Left = 16
  187.         Top = 56
  188.         Width = 313
  189.         Height = 17
  190.         Hint = 'S'#248'ger i udvalgte filer.'
  191.         Transparent = True
  192.         Caption = 'S'#248'g i udvalgte filer'
  193.         Color = clWhite
  194.         ColorFocused = 14733503
  195.         ColorDown = clWhite
  196.         ColorBorder = clBlack
  197.         ParentColor = False
  198.         TabOrder = 3
  199.         OnClick = rbUdvalgteFilerClick
  200.       end
  201.       object rbProjektFiler: TFlatRadioButton
  202.         Left = 16
  203.         Top = 72
  204.         Width = 353
  205.         Height = 17
  206.         Hint = 
  207.           'S'#248'ger i filer i det aktive projekt. Kr'#230'ver at du har valgt et pr' +
  208.           'ojekt i projekt manageren.'
  209.         Transparent = True
  210.         Caption = 'S'#248'g i projektfiler i aktivt projekt'
  211.         Color = clWhite
  212.         ColorFocused = 14733503
  213.         ColorDown = clWhite
  214.         ColorBorder = clBlack
  215.         ParentColor = False
  216.         TabOrder = 4
  217.         OnClick = rbProjektFilerClick
  218.       end
  219.       object UdvalgtePanel: TFlatPanel
  220.         Left = 16
  221.         Top = 99
  222.         Width = 320
  223.         Height = 129
  224.         Color = 14741743
  225.         Visible = False
  226.         ColorHighLight = clGray
  227.         ColorShadow = clGray
  228.         TabOrder = 5
  229.         object Label4: TLabel
  230.           Left = 8
  231.           Top = 4
  232.           Width = 81
  233.           Height = 13
  234.           Hint = 'V'#230'lg det bibliotek der skal s'#248'ges i.'
  235.           Caption = 'V'#230'lg bibliotek'
  236.           Font.Charset = ANSI_CHARSET
  237.           Font.Color = clBlack
  238.           Font.Height = -11
  239.           Font.Name = 'Verdana'
  240.           Font.Style = []
  241.           ParentFont = False
  242.         end
  243.         object Label5: TLabel
  244.           Left = 8
  245.           Top = 52
  246.           Width = 169
  247.           Height = 13
  248.           Caption = 'V'#230'lg de filtyper du vil s'#248'ge i:'
  249.           Font.Charset = ANSI_CHARSET
  250.           Font.Color = clBlack
  251.           Font.Height = -11
  252.           Font.Name = 'Verdana'
  253.           Font.Style = []
  254.           ParentFont = False
  255.         end
  256.         object FlatSpeedButton1: TFlatSpeedButton
  257.           Left = 240
  258.           Top = 22
  259.           Width = 19
  260.           Height = 19
  261.           Hint = 'V'#230'lg et bibliotek.'
  262.           Color = 14733503
  263.           ColorFocused = 14741743
  264.           ColorDown = 14733503
  265.           ColorBorder = clBlack
  266.           ColorHighLight = clBlack
  267.           Glyph.Data = {
  268.             F6000000424DF600000000000000760000002800000010000000100000000100
  269.             040000000000800000000000000000000000100000001000000000000000FFFF
  270.             0000525252000094FF0000CEFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  271.             FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  272.             1111112222222221111110000000000211111003333333302111105044444443
  273.             0211105504444444302110555044444443021055550000000000105555555556
  274.             0211105555666666021110666600000001111100001111111000111111111111
  275.             1100111111110111101011111111100001111111111111111111}
  276.           ParentColor = False
  277.           OnClick = FlatSpeedButton1Click
  278.         end
  279.         object edtDir: TFlatEdit
  280.           Left = 8
  281.           Top = 22
  282.           Width = 228
  283.           Height = 19
  284.           Hint = 'V'#230'lg det bibliotek der skal s'#248'ges i.'
  285.           ColorBorder = clBlack
  286.           ColorFlat = clWhite
  287.           Font.Charset = DEFAULT_CHARSET
  288.           Font.Color = clBlack
  289.           Font.Height = -11
  290.           Font.Name = 'MS Sans Serif'
  291.           Font.Style = []
  292.           ParentFont = False
  293.           TabOrder = 0
  294.         end
  295.         object ExtCombo: TFlatComboBox
  296.           Left = 8
  297.           Top = 68
  298.           Width = 254
  299.           Height = 21
  300.           Color = clWindow
  301.           ColorArrowBackground = 14733503
  302.           ColorBorder = clBlack
  303.           Font.Charset = DEFAULT_CHARSET
  304.           Font.Color = clBlack
  305.           Font.Height = -11
  306.           Font.Name = 'MS Sans Serif'
  307.           Font.Style = []
  308.           ItemHeight = 13
  309.           ParentFont = False
  310.           TabOrder = 1
  311.           Text = '*.html;*.php;*.phtml;*.css;*.js;*.asp;*.txt'
  312.           ItemIndex = -1
  313.         end
  314.         object cbDoSubDirs: TFlatCheckBox
  315.           Left = 8
  316.           Top = 104
  317.           Width = 201
  318.           Height = 17
  319.           Transparent = True
  320.           Caption = 'S'#248'g ogs'#229' i underbiblioteker'
  321.           Checked = True
  322.           Color = clWhite
  323.           ColorFocused = 14733503
  324.           ColorDown = clWhite
  325.           ColorBorder = clBlack
  326.           Font.Charset = ANSI_CHARSET
  327.           Font.Color = clBlack
  328.           Font.Height = -11
  329.           Font.Name = 'Verdana'
  330.           Font.Style = []
  331.           ParentColor = False
  332.           ParentFont = False
  333.           TabOrder = 2
  334.           TabStop = True
  335.         end
  336.       end
  337.     end
  338.   end
  339.   object HintPanel: TPanel
  340.     Left = 0
  341.     Top = 408
  342.     Width = 447
  343.     Height = 46
  344.     Align = alBottom
  345.     TabOrder = 1
  346.     object MiddlePanel: TFlatPanel
  347.       Left = 41
  348.       Top = 1
  349.       Width = 336
  350.       Height = 44
  351.       ParentColor = True
  352.       ColorHighLight = clBtnFace
  353.       ColorShadow = clBtnFace
  354.       Align = alClient
  355.       TabOrder = 0
  356.       object HintLabel: TLabel
  357.         Left = 1
  358.         Top = 3
  359.         Width = 334
  360.         Height = 40
  361.         Align = alBottom
  362.         Alignment = taCenter
  363.         AutoSize = False
  364.         Font.Charset = ANSI_CHARSET
  365.         Font.Color = clWindowText
  366.         Font.Height = -11
  367.         Font.Name = 'Verdana'
  368.         Font.Style = [fsBold]
  369.         ParentFont = False
  370.         Layout = tlCenter
  371.         WordWrap = True
  372.       end
  373.     end
  374.     object LeftPanel: TFlatPanel
  375.       Left = 1
  376.       Top = 1
  377.       Width = 40
  378.       Height = 44
  379.       ParentColor = True
  380.       ColorHighLight = clBtnFace
  381.       ColorShadow = clBtnFace
  382.       Align = alLeft
  383.       TabOrder = 1
  384.       object Image1: TImage
  385.         Left = 2
  386.         Top = 8
  387.         Width = 31
  388.         Height = 33
  389.         Center = True
  390.         Picture.Data = {<image001.gif>}
  391.       end
  392.     end
  393.     object RightPanel: TFlatPanel
  394.       Left = 377
  395.       Top = 1
  396.       Width = 69
  397.       Height = 44
  398.       ParentColor = True
  399.       ColorHighLight = clBtnFace
  400.       ColorShadow = clBtnFace
  401.       Align = alRight
  402.       TabOrder = 2
  403.       object FlatButton3: TFlatButton
  404.         Left = 8
  405.         Top = 5
  406.         Width = 55
  407.         Height = 17
  408.         ColorFocused = 14733503
  409.         ColorDown = 14741743
  410.         ColorBorder = clBtnFace
  411.         ColorHighLight = clBtnShadow
  412.         ColorShadow = clBtnShadow
  413.         Caption = '&Ok'
  414.         TabOrder = 0
  415.         ModalResult = 1
  416.         OnClick = FlatButton3Click
  417.       end
  418.       object FlatButton4: TFlatButton
  419.         Left = 8
  420.         Top = 24
  421.         Width = 55
  422.         Height = 17
  423.         ColorFocused = 14733503
  424.         ColorDown = 14741743
  425.         ColorBorder = clBtnFace
  426.         ColorHighLight = clBtnShadow
  427.         ColorShadow = clBtnShadow
  428.         Caption = '&Annuller'
  429.         TabOrder = 1
  430.         OnClick = FlatButton4Click
  431.       end
  432.     end
  433.   end
  434.   object siLang: TsiLang
  435.     version = 'v5.2.2'
  436.     StringsTypes.Strings = (
  437.       'TIB_STRINGLIST'
  438.       'TSTRINGLIST')
  439.     NumOfLanguages = 2
  440.     LangDispatcher = Form1.LangDispatcher
  441.     LangDelim = 1
  442.     LangNames.Strings = (
  443.       'Danish N1'
  444.       'English N2')
  445.     Language = 'Danish N1'
  446.     ExtendedTranslations = <>
  447.     Left = 256
  448.     Top = 184
  449.     TranslationData = {
  450.       737443617074696F6E730D0A5455647669646574535201556476696465742053
  451.       F86720262045727374617401457874656E6465642053656172636820616E6420
  452.       7265706C616365010D0A6362446F6E7449676E6F72654361736501466F72736B
  453.       656C2070E520736DE5206F672073746F726520626F6773746176657201436173
  454.       652073656E736974697665010D0A6362446F537562446972730153F867206F67
  455.       73E5206920756E6465726269626C696F74656B65720153656172636820696E20
  456.       7375626469726563746F7269657320746F6F010D0A63624D616B654261636B75
  457.       70014C6176206261636B7570202866696C6E61766E2E7E747970652901010D0A
  458.       466C6174427574746F6E3301264F6B01010D0A466C6174427574746F6E340126
  459.       416E6E756C6C6572012643616E63656C010D0A466C6174537065656442757474
  460.       6F6E310101010D0A48696E744C6162656C0101010D0A48696E7450616E656C01
  461.       01010D0A4C6162656C313101457273746174206D6564015265706C6163652077
  462.       697468010D0A4C6162656C330153F8672065667465720153656172636820666F
  463.       72010D0A4C6162656C340156E66C67206269626C696F74656B0143686F6F7365
  464.       20666F6C646572010D0A4C6162656C350156E66C672064652066696C74797065
  465.       722064752076696C2073F8676520693A0143686F6F7365207468652066696C65
  466.       747970657320796F75207769736820746F2073656172636820696E3A010D0A4C
  467.       65667450616E656C0101010D0A4D6964646C6550616E656C0101010D0A50616E
  468.       656C310101010D0A50616E656C320101010D0A72624F70656E46696C65730153
  469.       F867206920576562436F6465727320E5626E652066696C657201536561726368
  470.       20696E20576562436F64657273206F70656E2066696C6573010D0A7262556476
  471.       616C67746546696C65720153F867206920756476616C6774652066696C657201
  472.       53656172636820696E2073656C65637465642066696C6573010D0A5265706C61
  473.       636550616E656C015265706C61636550616E656C01010D0A526967687450616E
  474.       656C0101010D0A53656172636850616E656C0153656172636850616E656C0101
  475.       0D0A556476616C67746550616E656C0101010D0A726250726F6A656B7446696C
  476.       65720153F86720692070726F6A656B7466696C6572206920616B746976742070
  477.       726F6A656B740153656172636820696E2070726F6A65637466696C6573206F66
  478.       207468652063757272656E746C79206163746976652070726F6A6563742E010D
  479.       0A737448696E74730D0A545564766964657453520101010D0A426576656C3101
  480.       01010D0A6362446F6E7449676E6F7265436173650156E66C67206F6D20646572
  481.       20736B616C20736B656C6E6573206D656C6C656D2073746F7265206F6720736D
  482.       E520626F6773746176657220692073F8676E696E67656E2E014D616B65207468
  483.       652073656172636820636173652D73656E736974697665206F72206E6F742E01
  484.       0D0A6362446F537562446972730101010D0A63624D616B654261636B75700101
  485.       010D0A6564744469720156E66C6720646574206269626C696F74656B20646572
  486.       20736B616C2073F867657320692E0143686F6F73652074686520646972656374
  487.       6F727920746F2073656172636820696E2E010D0A65647446696E6401536B7269
  488.       76206574206F726420656C6C657220656E2073E6746E696E672064657220736B
  489.       616C2073F86765732065667465722E015772697465206120776F7264206F7220
  490.       612073656E74656E636520746F2073656172636820666F722E010D0A65647452
  491.       65706C61636501536B726976206574206F726420656C6C657220656E2073E674
  492.       6E696E672064657220736B616C20657273746174746573206D65642E01577269
  493.       7465206120776F7264206F7220612073656E74656E636520746F20746F207265
  494.       706C61636520776974682E010D0A457874436F6D626F0101010D0A466C617442
  495.       7574746F6E330101010D0A466C6174427574746F6E340101010D0A466C617453
  496.       70656564427574746F6E310156E66C67206574206269626C696F74656B2E0143
  497.       686F6F73652061206469726563746F7279010D0A48696E744C6162656C010101
  498.       0D0A48696E7450616E656C0101010D0A496D616765310101010D0A4C6162656C
  499.       313101536B726976206574206F726420656C6C657220656E2073E6746E696E67
  500.       2064657220736B616C20657273746174746573206D65642E0157726974652061
  501.       20776F7264206F7220612073656E74656E636520746F20746F207265706C6163
  502.       6520776974682E010D0A4C6162656C3301536B726976206574206F726420656C
  503.       6C657220656E2073E6746E696E672064657220736B616C2073F8676573206566
  504.       7465722E015772697465206120776F7264206F7220612073656E74656E636520
  505.       746F2073656172636820666F722E010D0A4C6162656C340156E66C6720646574
  506.       206269626C696F74656B2064657220736B616C2073F867657320692E0143686F
  507.       6F736520746865206469726563746F727920746F2073656172636820696E2E01
  508.       0D0A4C6162656C350101010D0A4C65667450616E656C0101010D0A4D6964646C
  509.       6550616E656C0101010D0A50616E656C310101010D0A50616E656C320101010D
  510.       0A72624F70656E46696C65730153F8676572206920576562436F6465727320E5
  511.       626E652066696C65722E0153656172636820696E207468652066696C6573206F
  512.       70656E20696E20576562436F6465722E010D0A7262556476616C67746546696C
  513.       65720153F8676572206920756476616C6774652066696C65722E015365617263
  514.       6820696E2073656C65637465642066696C65732E010D0A5265706C6163655061
  515.       6E656C0101010D0A526967687450616E656C0101010D0A53656172636850616E
  516.       656C0101010D0A556476616C67746550616E656C0101010D0A726250726F6A65
  517.       6B7446696C65720153F867657220692066696C657220692064657420616B7469
  518.       76652070726F6A656B742E204B72E6766572206174206475206861722076616C
  519.       67742065742070726F6A656B7420692070726F6A656B74206D616E6167657265
  520.       6E2E0153656172636820696E207468652066696C6573206F6620746865206375
  521.       7272656E746C79206163746976652070726F6A6563742E205265717569726573
  522.       20616E206163746976652070726F6A6563742E010D0A7374446973706C61794C
  523.       6162656C730D0A7374466F6E74730D0A54556476696465745352015665726461
  524.       6E610156657264616E61010D0A50616E656C310156657264616E6101010D0A4C
  525.       6162656C330156657264616E6101010D0A4C6162656C31310156657264616E61
  526.       01010D0A6362446F6E7449676E6F7265436173650156657264616E6101010D0A
  527.       63624D616B654261636B75700156657264616E6101010D0A556476616C677465
  528.       50616E656C0156657264616E6101010D0A4C6162656C340156657264616E6101
  529.       010D0A4C6162656C350156657264616E6101010D0A656474446972014D532053
  530.       616E7320536572696601010D0A457874436F6D626F014D532053616E73205365
  531.       72696601010D0A6362446F537562446972730156657264616E6101010D0A4D69
  532.       64646C6550616E656C0156657264616E6101010D0A48696E744C6162656C0156
  533.       657264616E6101010D0A4C65667450616E656C0156657264616E6101010D0A52
  534.       6967687450616E656C0156657264616E6101010D0A73744D756C74694C696E65
  535.       730D0A65647446696E642E4C696E65730101010D0A6564745265706C6163652E
  536.       4C696E65730101010D0A457874436F6D626F2E4974656D730101010D0A466F6C
  537.       6465724469616C6F672E4C6162656C43617074696F6E73012244656661756C74
  538.       3D43757272656E7420666F6C6465723A222C22303030393D43757272656E7420
  539.       666F6C6465723A222C22303430363D56616C6774206D617070653A222C223034
  540.       30373D417573676577E4686C746572204F72646E65723A222C22303430393D43
  541.       757272656E7420666F6C6465723A222C22303430433D446F737369657220436F
  542.       7572616E743A222C22303431303D43617274656C6C612073656C657A696F6E61
  543.       74613A222C22303431333D48756964696765206D61703A222C22303431353D42
  544.       6965BFB1637920666F6C646572222C22303431363D506173746120417475616C
  545.       3A222C22303830373D417573676577E4686C746572204F72646E65723A222C22
  546.       303830393D43757272656E7420666F6C6465723A222C22303830433D446F7373
  547.       69657220436F7572616E743A222C22303831303D43617274656C6C612073656C
  548.       657A696F6E6174613A222C22304330373D417573676577E4686C746572204F72
  549.       646E65723A222C22304330393D43757272656E7420666F6C6465723A222C2230
  550.       4330433D446F737369657220436F7572616E743A222C22313030373D41757367
  551.       6577E4686C746572204F72646E65723A222C22313030393D43757272656E7420
  552.       666F6C6465723A222C22313030433D446F737369657220436F7572616E743A22
  553.       2C22313430373D417573676577E4686C746572204F72646E65723A222C223134
  554.       30393D43757272656E7420666F6C6465723A222C22313430433D446F73736965
  555.       7220436F7572616E743A222C22313830393D43757272656E7420666F6C646572
  556.       3A222C22313830433D446F737369657220436F7572616E743A222C2231433039
  557.       3D43757272656E7420666F6C6465723A222C22323030393D43757272656E7420
  558.       666F6C6465723A222C22323830393D43757272656E7420666F6C6465723A222C
  559.       22324330393D43757272656E7420666F6C6465723A2201010D0A466F6C646572
  560.       4469616C6F672E4E6577466F6C64657243617074696F6E73012244656661756C
  561.       743D4E657720666F6C646572222C22303030393D4E657720666F6C646572222C
  562.       22303430363D4E79206D61707065222C22303430373D4E65756572204F72646E
  563.       6572222C22303430393D4E657720666F6C646572222C22303430433D4E6F7576
  564.       65617520446F7373696572222C22303431303D4E756F76612043617274656C6C
  565.       61222C22303431333D4E6965757765206D6170222C22303431353D4E6F777920
  566.       666F6C646572222C22303431363D4E6F7661205061737461222C22303830373D
  567.       4E65756572204F72646E6572222C22303830393D4E657720666F6C646572222C
  568.       22303830433D4E6F757665617520446F7373696572222C22303831303D4E756F
  569.       76612043617274656C6C61222C22304330373D4E65756572204F72646E657222
  570.       2C22304330393D4E657720666F6C646572222C22304330433D4E6F7576656175
  571.       20446F7373696572222C22313030373D4E65756572204F72646E6572222C2231
  572.       3030393D4E657720666F6C646572222C22313030433D4E6F757665617520446F
  573.       7373696572222C22313430373D4E65756572204F72646E6572222C2231343039
  574.       3D4E657720666F6C646572222C22313430433D4E6F757665617520446F737369
  575.       6572222C22313830393D4E657720666F6C646572222C22313830433D4E6F7576
  576.       65617520446F7373696572222C22314330393D4E657720666F6C646572222C22
  577.       323030393D4E657720666F6C646572222C22323830393D4E657720666F6C6465
  578.       72222C22324330393D4E657720666F6C6465722201010D0A466F6C6465724469
  579.       616C6F672E5469746C65730101010D0A7374446C677343617074696F6E730D0A
  580.       5761726E696E67015761726E696E6701010D0A4572726F72014572726F720101
  581.       0D0A496E666F726D6174696F6E01496E666F726D6174696F6E01010D0A436F6E
  582.       6669726D01436F6E6669726D01010D0A596573012659657301010D0A4E6F0126
  583.       4E6F01010D0A4F4B014F4B01010D0A43616E63656C0143616E63656C01010D0A
  584.       41626F7274012641626F727401010D0A52657472790126526574727901010D0A
  585.       49676E6F7265012649676E6F726501010D0A416C6C0126416C6C01010D0A4E6F
  586.       20546F20416C6C014E266F20746F20416C6C01010D0A59657320546F20416C6C
  587.       0159657320746F2026416C6C01010D0A48656C70012648656C7001010D0A7374
  588.       537472696E67730D0A4944535F3001556476696465742053F86701457874656E
  589.       64656420536561726368010D0A4944535F3101556476696465742053F8672026
  590.       2045727374617401457874656E6465642053656172636820616E64207265706C
  591.       616365010D0A4944535F3201556466796C642076656E6C69677374202253F867
  592.       206566746572222066656C7465742101506C656173652066696C6C206F757420
  593.       746865202253656172636820666F7222206669656C642E010D0A73744F746865
  594.       72537472696E67730D0A545564766964657453522E48656C7046696C65010101
  595.       0D0A6564744469722E546578740101010D0A457874436F6D626F2E5465787401
  596.       2A2E68746D6C3B2A2E7068703B2A2E7068746D6C3B2A2E6373733B2A2E6A733B
  597.       2A2E6173703B2A2E74787401010D0A545564766964657453522E48656C704B65
  598.       79776F72640101010D0A50616E656C312E48656C704B6579776F72640101010D
  599.       0A53656172636850616E656C2E48656C704B6579776F72640101010D0A4C6162
  600.       656C332E48656C704B6579776F72640101010D0A65647446696E642E48656C70
  601.       4B6579776F72640101010D0A5265706C61636550616E656C2E48656C704B6579
  602.       776F72640101010D0A4C6162656C31312E48656C704B6579776F72640101010D
  603.       0A6564745265706C6163652E48656C704B6579776F72640101010D0A50616E65
  604.       6C322E48656C704B6579776F72640101010D0A426576656C312E48656C704B65
  605.       79776F72640101010D0A6362446F6E7449676E6F7265436173652E48656C704B
  606.       6579776F72640101010D0A63624D616B654261636B75702E48656C704B657977
  607.       6F72640101010D0A72624F70656E46696C65732E48656C704B6579776F726401
  608.       01010D0A7262556476616C67746546696C65722E48656C704B6579776F726401
  609.       01010D0A726250726F6A656B7446696C65722E48656C704B6579776F72640101
  610.       010D0A556476616C67746550616E656C2E48656C704B6579776F72640101010D
  611.       0A4C6162656C342E48656C704B6579776F72640101010D0A4C6162656C352E48
  612.       656C704B6579776F72640101010D0A466C61745370656564427574746F6E312E
  613.       48656C704B6579776F72640101010D0A6564744469722E48656C704B6579776F
  614.       72640101010D0A457874436F6D626F2E48656C704B6579776F72640101010D0A
  615.       6362446F537562446972732E48656C704B6579776F72640101010D0A48696E74
  616.       50616E656C2E48656C704B6579776F72640101010D0A4D6964646C6550616E65
  617.       6C2E48656C704B6579776F72640101010D0A48696E744C6162656C2E48656C70
  618.       4B6579776F72640101010D0A4C65667450616E656C2E48656C704B6579776F72
  619.       640101010D0A496D616765312E48656C704B6579776F72640101010D0A526967
  620.       687450616E656C2E48656C704B6579776F72640101010D0A466C617442757474
  621.       6F6E332E48656C704B6579776F72640101010D0A466C6174427574746F6E342E
  622.       48656C704B6579776F72640101010D0A466F6C6465724469616C6F672E466F6C
  623.       6465720101010D0A466F6C6465724469616C6F672E56657273696F6E01372E31
  624.       302E30302E303001010D0A73744C6F63616C65730D0A43757272656E63792053
  625.       7472696E67016B7201010D0A54686F7573616E6420536570617261746F72012E
  626.       01010D0A446563696D616C20536570617261746F72012C01010D0A4461746520
  627.       536570617261746F72012D01010D0A53686F7274204461746520466F726D6174
  628.       0164642D4D4D2D7979797901010D0A4C6F6E67204461746520466F726D617401
  629.       642E204D4D4D4D207979797901010D0A54696D6520536570617261746F72013A
  630.       01010D0A54696D6520414D20537472696E670101010D0A54696D6520504D2053
  631.       7472696E670101010D0A53686F72742054696D6520466F726D61740168683A6D
  632.       6D01010D0A4C6F6E672054696D6520466F726D61740168683A6D6D3A73730101
  633.       0D0A53686F7274204D6F6E7468204E616D6573016A616E2C6665622C6D61722C
  634.       6170722C6D616A2C6A756E2C6A756C2C6175672C7365702C6F6B742C6E6F762C
  635.       64656301010D0A4C6F6E67204D6F6E7468204E616D6573016A616E7561722C66
  636.       6562727561722C6D617274732C617072696C2C6D616A2C6A756E692C6A756C69
  637.       2C6175677573742C73657074656D6265722C6F6B746F6265722C6E6F76656D62
  638.       65722C646563656D62657201010D0A53686F727420446179204E616D65730173
  639.       F82C6D612C74692C6F6E2C746F2C66722C6CF801010D0A4C6F6E672044617920
  640.       4E616D65730173F86E6461672C6D616E6461672C746972736461672C6F6E7364
  641.       61672C746F72736461672C6672656461672C6CF87264616701010D0A7374436F
  642.       6C6C656374696F6E730D0A737443686172536574730D0A545564766964657453
  643.       520144454641554C545F4348415253455401010D0A50616E656C3101414E5349
  644.       5F4348415253455401010D0A4C6162656C3301414E53495F4348415253455401
  645.       010D0A4C6162656C313101414E53495F4348415253455401010D0A6362446F6E
  646.       7449676E6F72654361736501414E53495F4348415253455401010D0A63624D61
  647.       6B654261636B757001414E53495F4348415253455401010D0A556476616C6774
  648.       6550616E656C01414E53495F4348415253455401010D0A4C6162656C3401414E
  649.       53495F4348415253455401010D0A4C6162656C3501414E53495F434841525345
  650.       5401010D0A6564744469720144454641554C545F4348415253455401010D0A45
  651.       7874436F6D626F0144454641554C545F4348415253455401010D0A6362446F53
  652.       75624469727301414E53495F4348415253455401010D0A4D6964646C6550616E
  653.       656C0144454641554C545F4348415253455401010D0A48696E744C6162656C01
  654.       414E53495F4348415253455401010D0A4C65667450616E656C0144454641554C
  655.       545F4348415253455401010D0A526967687450616E656C0144454641554C545F
  656.       4348415253455401010D0A}
  657.   end
  658.   object FolderDialog: TPBFolderDialog
  659.     Flags = [ShowPath, NewDialogStyle, ShowShared]
  660.     Left = 216
  661.     Top = 224
  662.   end
  663. end
  664.